home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / itr13og5.zip / HISTORY.TXT < prev    next >
Text File  |  1996-09-22  |  8KB  |  264 lines

  1.  
  2.  
  3.  
  4.    ░    ▀▀▀▀▀█▀▀▀▀▀    █▀▀▀▀▀▀▀▀▀█    █▀▀▀▀▀▀▀▀▀█     █▀▀▀▀▀▀▀█   █     █
  5.    ░         █         █         ▀█   █         █    █▀           █    █▀
  6.    ░         █         █          █   █         █    █            █   █▀
  7.    ░         █         █          █   █         █    █            █  █▀
  8.    ░         █         █         █▀   █         █    █            █ █▀
  9.    ░         █         █▀█▀▀▀▀▀▀▀▀    █▀▀▀▀▀▀▀▀▀█    █            █▀█
  10.    ░         █         █ ▀▀█          █         █    █            █ ▀█
  11.    ░         █         █   ▀▀█        █         █    █            █  ▀█
  12.    ░         █         █     ▀▀█      █         █    █▄           █   ▀█
  13.    ░         █         █       ▀▀█    █         █     █▄▄▄▄▄▄█    █    ▀█
  14.  
  15.  
  16.  
  17.  
  18.                                    History
  19.  
  20.  
  21. Legend
  22.  
  23. + New feature   # Improvement    ! please be cautious     - fixed Bug
  24.  
  25. % change
  26.  
  27. -------------------------------------------------------------------------------
  28.  
  29.  
  30.  
  31. 1.3 GAMMA 5 22.09.06
  32.  
  33. - Fixed OS2 TRAP in CHECKDOMAIN if no Zonelist is available
  34.  
  35. - Fixed bug in unix2dos time conversion. timezone was added instead
  36.   of subtracted. (Introduced in gamma 4)
  37.  
  38. 1.3 GAMMA 4 02.09.96
  39.  
  40. - Fixed bug accessing uninitialised Pointer in SPLIT
  41.  
  42. 1.3 GAMMA 3-1 25.08.96
  43.  
  44. - Tried to fix some traps in OS2 version
  45.  
  46. - Fixed Overflow error in datetime creation of the vialine (OS2 32-Bit Speed)
  47.   
  48. - Fixed bug in fileseek (OS2 32-Bit Speed). This results in problems with the
  49.   index in Jam Areas.
  50.  
  51. + Second parameter for %vianode[..]% extracts individual nodenumber fields.
  52.  
  53. - Sometimes errormessages occur during buffered write if buffer is
  54.   empty closing the file, but the file operations are OK.
  55.  
  56. 1.3 GAMMA 3  29.05.96
  57.  
  58. # Parameter Areas will output the real name of the referenced area now during
  59.   scan.
  60.  
  61. 1.3 BETA 6 02.05.96
  62.  
  63. - Fixed bug accesssing NULL Pointer introduced in CHANGEFROM/CHANGETO while
  64.   comparing the old and new header information to suppress unnecessary log
  65.   entries ( Hi Markus ). Only a problem in Protected mode programs.
  66.  
  67. 1.3 BETA 5 25.04.96
  68.  
  69. - Optimized SPEED Systems Unit. SPEED is about 20-30% slower as the DOS version
  70.   now.
  71.  
  72. # Changed Buffer Sizes.
  73.  
  74. 1.3 BETA 4 20.04.96
  75.  
  76. -- SPEED Pascal
  77.  
  78. + First Speed Pascal Version available. ( ITRSP.EXE )
  79.   The file I/O needs to be optimized for Itrack as SP uses a buffered I/O
  80.   scheme and Itrack uses his own where usefull. The double buffering seems
  81.   not to be the major problem, but SP allways buffers even on real random.
  82.   This is a major problem. I realized this with V7 nodelist searches where SP
  83.   really is a pain.
  84.   As the libraries are available its possible to speed things up.
  85.  
  86. ! File locking and other low leel OS routines are not yet tested carefully,
  87.   maybe some of the beta testers will check the JAM functions for this.
  88.  
  89. -- Others
  90.  
  91. + Documented REFERDATA and AREA statements
  92.  
  93. ! Much more changes in respect of the SPEED Pascal version, not only IFDEFS.
  94.   Maybe introducing bugs in the other versions too.
  95.  
  96. - Fixed problems with Filefunctions (MOVEFILE ... ) in OS2 Version if the
  97.   source file did not exist
  98.  
  99. - Added handling of error 80 in the renaming of files. This seems to be a
  100.   problem on WIN95 Systems.
  101.  
  102. # Added DOS-API-Error 183 to the causes for retry action. It seems that
  103.   WIN-NT reports this error sometimes, but i don't know why.
  104.  
  105. 1.3 BETA 3 23.03.96
  106.  
  107. ! Allready added some IFDEFS for SPEEDPASCAL
  108.  
  109. - If a PKT/OUT File created by itrack disappears because of a DOBINKOUTBOUND
  110.   or PACKPKT and Itrack creates new PKT/OUT file in the same run and DOSTIME
  111.   (resolution is about 2 seconds), the same filename is possibly reused.
  112.   As Itrack holds a list of used files with corresponding nodenumbers there
  113.   is the possibility that mail is packed in the wrong PKT/OUT's.
  114.  
  115. 1.3 BETA 2 20.03.96
  116.  
  117. + New DPMI Version. Please check your config with it. I only checked some
  118.   assembler parts where problems are evident.
  119.  
  120. # CHANGETO/CHANGEFROM logs only something was changed.
  121.  
  122.  
  123. 1.3 GAMMA 2 19.02.96
  124. 1.3 BETA 1 26.01.96
  125.  
  126. # ADDHEADER now expands macro in filename
  127.  
  128. + CHANGEFAVOUR should work with DIR flavour now
  129.  
  130. - Fixed exception bug with illegal months in messages.
  131.  
  132. - Mismatching Parameter count in BLOCK / CALL is reported now.
  133.  
  134. + New Commandline option "/F". Force compile of configuration
  135.  
  136. - fixed long standing bug in freeing memory for commands with #ELSE#
  137.   indicated by SYS3175 on 0008:00002D95 on some OS2 systems
  138.  
  139. # Improved Error Handling if Out of memory during message read. Minimum
  140.   free memory during message read set to 8k-byte for further processing
  141.   needs.
  142.  
  143. # Origin adress of PKT's now matched on system adresses according to the
  144.   routing target instead of the the message destination.
  145.  
  146. - fixed Bug in MKAREA during scan missing the next message if the previous
  147.   one was deleted or updated.
  148.  
  149. # Split will put the "To: ..." line at the beginning of a message in the new
  150.   created messages.
  151.  
  152. 1.3 GAMMA 1 19.11.95
  153. --------------------
  154. 1.2 Beta 10 08.11.95
  155.  
  156. - Fixed not detecting the Nodenunumber in Vialines with %Vianode%if in
  157.   front of the nodenumber was another number.
  158.  
  159. 1.2 Beta 9 12.10.95
  160.  
  161. + Flo files will restore there filestamps after access. I hope nothing else
  162.   will restore the filestamp and with this things wil be broken.
  163.  
  164. 1.2 Beta 8 13.09.95
  165.  
  166. # You may specify the areatype in MKAREA with his full name.
  167.  
  168. - Fixed FEXPAND function in OS/2 runtime affecting the Path expansion in
  169.   MKAREAS
  170.  
  171. + TEXTAREA with line break
  172.  
  173. # Improved LF handling in TEXTAREA
  174.  
  175. - %REPLACE% substitutes only the first occurence
  176.  
  177. 1.2 Beta 7 20.08.95
  178.  
  179. - Fixed SYS3175 B6/OS2 bug. An OS/2 inkompatible unit was accidentially
  180.   included.
  181.  
  182. 1.2 Beta 6 15.08.95
  183.  
  184. # Zone information in MSGID will be used even if NET/NODE in msgid
  185.   differs from header.
  186.  
  187. + Implemented MKAREA. API for Squish, Hudson, Jam and Ezycom.
  188.   Please use carefully, not fully tested.
  189.  
  190. + Implemented %FROMDOMAIN% macro.
  191.  
  192. + Implemented %TODOMAIN% macro.
  193.  
  194. 1.2 Beta 5 25.07.05
  195.  
  196. # Storing the full MAP file of the last OS2 beta for better searching of
  197.   exception reasons
  198.  
  199. + Implemented command CHECKDOMAIN
  200.  
  201. # Changed something in UNIX 2 DOS timeroutine to correct Egons strange trap.
  202.  
  203. + Prepared support for long filenames, but 16-bit API seems not to support
  204.   them. Findfirst is not reporting long files.
  205.   DOS user please have a look on problems with filenames.
  206.  
  207. # BINKAREA SCAN will now set the attributes according to the flo file
  208.   flavour not only the internal flavour word.
  209.  
  210. -------------------------------------------------------------------------------
  211. 1.2 Beta 4 07.06.05
  212.  
  213. - Fixed Memory Deallocation Error in CLEANOUTBOUND.
  214.  
  215. % Removed Speedup code for findfirst/findnext loops. Egons please try.
  216.  
  217. - Fixed not using DIR attribute for default flavour if no SETFLAVOUR
  218.   command is used.
  219.  
  220.  
  221. -------------------------------------------------------------------------------
  222. 1.2 Beta 3  27.05.95
  223.  
  224. # If the ECHOMAIL attribute is set. Itrack will write the first non
  225.   kludge line assuming this to be the AREA: line before any other data.
  226.  
  227. + Added inclusion/exclusion Pattern for CLEANOUTBOUND
  228.  
  229. + Implemented DATA RENAME for better possibilities to change names in
  230.   mailheaders.
  231.  
  232. + Added support for DATA RENAME in READDRESSTO and READDRESSFROM
  233.  
  234. % Tried something because of the strange directory search problem, reported
  235.   by Egons.
  236.  
  237.  
  238. -------------------------------------------------------------------------------
  239. 1.2 Beta 2  09.04.95  ( Made with MDIFF/MPATCH instead of BDIFF/BUPDATE )
  240.  
  241. # Relaxed compare support for DATA VERSION7 will search for the node if a
  242.   point is not found.
  243.  
  244. + Support for the HUB flag.
  245.  
  246. # FILEMOVE will add the description now at column 14 instead of 15
  247.  
  248. # Speeded up Findfirst/Findnext loops if there are no wildcards in the
  249.   Filename. This affects operation in directories with a lot of files.
  250.  
  251.  
  252. -------------------------------------------------------------------------------
  253. 1.2 Beta 1
  254.  
  255. - 64K test removed in OS2 version
  256.  
  257. + Implemented MOVEATTACH
  258. + Implemented MOVEATICK
  259.  
  260. # COPYATTACH switches to the COPYTICK name conflict renaming method
  261.  
  262. # Enhanced the COPYTICK name conflict renaming method.
  263.  
  264.